Skip to content

fix: remove smol-toml dependency from create-expert E2E test#607

Merged
FL4TLiN3 merged 1 commit intomainfrom
fix/e2e-create-expert-toml
Feb 23, 2026
Merged

fix: remove smol-toml dependency from create-expert E2E test#607
FL4TLiN3 merged 1 commit intomainfrom
fix/e2e-create-expert-toml

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • Replace TOML.parse() (smol-toml) with simple string matching in create-expert E2E test
  • smol-toml is a transitive dependency not resolvable from the e2e/ directory, and @perstack/perstack-toml is a workspace package that bun test can't resolve outside workspace scope

Test plan

  • CI passes
  • Changeset-release E2E create-expert suite passes after merge

🤖 Generated with Claude Code

Replace TOML parsing with simple string matching to avoid importing
smol-toml (transitive dep not resolvable from e2e/ directory) or
workspace packages (@perstack/perstack-toml) that bun test can't
resolve outside the workspace.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 force-pushed the fix/e2e-create-expert-toml branch from 02f0260 to 1fa0bc8 Compare February 23, 2026 16:19
@FL4TLiN3 FL4TLiN3 merged commit b35cf96 into main Feb 23, 2026
11 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix/e2e-create-expert-toml branch February 23, 2026 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant